home *** CD-ROM | disk | FTP | other *** search
/ Ian & Stuart's Australian Mac 1993 September / September 93.iso / Archives / Sound / MIDI / MIDI Utilities / CMU Midi Toolkit / Includes / noteoff.h < prev    next >
Text File  |  1987-01-07  |  179b  |  6 lines

  1. /* noteoff.h -- handle queue of pending note off events */
  2.  
  3. boolean        note_offs(ulong current_time);
  4. void        off_init(void);
  5. void        off_schedule(ulong offtime, int voice, int pitch);
  6.